projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2e6494
)
GtkRange: fix horizontal scrolling
author
Lars Uebernickel
<lars.uebernickel@canonical.com>
Wed, 15 Apr 2015 13:27:04 +0000
(15:27 +0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 17 Apr 2015 15:00:25 +0000
(11:00 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=737175
gtk/gtkrange.c
patch
|
blob
|
history
diff --git
a/gtk/gtkrange.c
b/gtk/gtkrange.c
index 3f0081896cd5cf7aba9334c4073388f209b805b3..3ed84343c09061819f28bd6323eff293b5cd3072 100644
(file)
--- a/
gtk/gtkrange.c
+++ b/
gtk/gtkrange.c
@@
-2845,7
+2845,7
@@
_gtk_range_get_wheel_delta (GtkRange *range,
else if (gdk_event_get_scroll_direction ((GdkEvent *) event, &direction))
{
if (direction == GDK_SCROLL_UP ||
- direction == GDK_SCROLL_
RIGH
T)
+ direction == GDK_SCROLL_
LEF
T)
delta = - scroll_unit;
else
delta = scroll_unit;